* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
  background-color: #111;
}

/* Style tab links */
.tablink {
  background-color: #111;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

.tablink:hover {
  background-color: #333;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: #111;}
#Stone {background-color: #111;}
#Tiles {background-color: #111;}
#EMail {background-color: #111;}
#Phone {background-color: #111;}

a {
		text-decoration: none;
		color: #CFDBC5;
		}
a:hover {
			
			text-decoration: underline;
		}